UNPKG

quasqui

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

7 lines (5 loc) 144 B
export const get = (id: string) => ({ id }); export const post = (id: string, { data }: { data: Record<string, any> }) => ({ id, data, });